The Imagick class
PHP Manual

Imagick::setImageChannelDepth

(PECL imagick 2.0.0)

Imagick::setImageChannelDepthSets the depth of a particular image channel

Descripción

bool Imagick::setImageChannelDepth ( int $channel , int $depth )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Sets the depth of a particular image channel.

Lista de parámetros

channel

depth

Valores retornados

Returns TRUE on success.

Errors/Exceptions

Throws ImagickException on error.


The Imagick class
PHP Manual